ChatLogPageContent

fun ChatLogPageContent(modifier: Modifier = Modifier, log: ChatLog?, onNavigateBack: () -> Unit)

Composes the content of the chat log page by displaying the log's details.

Parameters

modifier

Modifier to be applied to the content

log

Log data to be displayed

onNavigateBack

Lambda to handle navigation back